In mathematics, particularly in combinatorics, a Stirling number of the second kind is the number of ways to partition a set of n objects into k non-empty subsets and is denoted by or .[1] Stirling numbers of the second kind occur in the field of mathematics called combinatorics and the study of partitions.
Stirling numbers of the second kind is one of two kinds of Stirling numbers, the other kind being called Stirling numbers of the first kind. Mutually inverse (finite or infinite) triangular matrices can be formed by arranging the Stirling numbers of the first respectively second kind according to the parameters n, k.
Contents |
The Stirling numbers of the second kind count the number of ways to partition a set of n labelled objects into k nonempty unlabelled subsets. Equivalently, they count the number of different equivalence relations with precisely k equivalence classes that can be defined on an n element set. They can be calculated using the following explicit formula:[2]
Various notations have been used for Stirling numbers of the second kind. The brace notation was used by Imanuel Marx and Antonio Salmeri in 1962 for variants of these numbers.[3][4] This led Knuth to use it, as shown here, in the first volume of The Art of Computer Programming (1968).[5][6] However, according to the third edition of The Art of Computer Programming, this notation was also used earlier by Jovan Karamata in 1935.[7][8] The notation S(n,k) was used by Richard Stanley in his book Enumerative Combinatorics.[5]
The sum over the values for k of the Stirling numbers of the second kind, gives us
the nth Bell number, that is the total number of partitions of a set with n members.
If we let
(in particular, (x)0 = 1 because it is an empty product) be the falling factorial,[9] we can characterize the Stirling numbers of the second kind by
Below is a triangular array of values for the Stirling numbers of the second kind (sequence A008277 in OEIS):
n \ k | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
0 | 1 | ||||||||||
1 | 0 | 1 | |||||||||
2 | 0 | 1 | 1 | ||||||||
3 | 0 | 1 | 3 | 1 | |||||||
4 | 0 | 1 | 7 | 6 | 1 | ||||||
5 | 0 | 1 | 15 | 25 | 10 | 1 | |||||
6 | 0 | 1 | 31 | 90 | 65 | 15 | 1 | ||||
7 | 0 | 1 | 63 | 301 | 350 | 140 | 21 | 1 | |||
8 | 0 | 1 | 127 | 966 | 1701 | 1050 | 266 | 28 | 1 | ||
9 | 0 | 1 | 255 | 3025 | 7770 | 6951 | 2646 | 462 | 36 | 1 | |
10 | 0 | 1 | 511 | 9330 | 34105 | 42525 | 22827 | 5880 | 750 | 45 | 1 |
As with the binomial coefficients, this table could be extended to k > n, but those entries would all be 0.
Stirling numbers of the second kind obey the recurrence relation
for k > 0 with initial conditions
for n > 0.
For instance, the number 25 in column k=3 and row n=5 is given by 25=7+(3×6), where 7 is the number above and to the left of 25, 6 is the number above 25 and 3 is the column containing the 6.
To understand this recurrence, observe that a partition of the n+1 objects into k nonempty subsets either contains the subset or it does not. The number of ways that is one of the subsets is given by
since we must partition the remaining objects into the available subsets. The number of ways that is not one of the subsets (that is, n+1 belongs to a subset containing other elements) is given by
since we partition all elements other than n+1 into k subsets, and then are left with k choices for inserting the element n+1. Summing these two values gives the desired result.
The parity of a Stirling number of the second kind is equal to the parity of a related binomial coefficient:
This relation is specified by mapping n and k coordinates onto the Sierpiński triangle.
Or directly, let two sets contain positions of 1's in binary representations of results of respective expressions:
then mimic a bitwise AND operation by intersecting these two sets:
to obtain the parity of a Stirling number of the second kind in O(1) time. In pseudocode:
Some simple identities include
This is because dividing n elements into n − 1 sets necessarily means dividing it into one set of size 2 and n − 2 sets of size 1. Therefore we need only pick those two elements;
and
To see this, first note that there are 2 n ordered pairs of complementary subsets A and B. In one case, A is empty, and in another B is empty, so 2 n − 2 ordered pairs of subsets remain. Finally, since we want unordered pairs rather than ordered pairs we divide this last number by 2, giving the result above.
Another explicit expanding of the recurrence-relation gives identities in the spirit of the above example.
The Stirling numbers of the second kind are given by the explicit formula:
This formula is a special case of the k 'th forward difference of the monomial evaluated at x = 0:
Because the Bernoulli polynomials may be written in terms of these forward differences, one immediately obtains a relation in the Bernoulli numbers:
A generating function for the Stirling numbers of the second kind is given by
If X is a random variable with a Poisson distribution with expected value λ, then its nth moment is
In particular, the nth moment of the Poisson distribution with expected value 1 is precisely the number of partitions of a set of size n, i.e., it is the nth Bell number (this fact is Dobinski's formula).
Let the random variable X be the number of fixed points of a uniformly distributed random permutation of a finite set of size m. Then the nth moment of X is
Note: The upper bound of summation is m, not n.
In other words, the nth moment of this probability distribution is the number of partitions of a set of size n into no more than m parts. This is proved on the page on random permutation statistics, although the notation is a bit different.
The Stirling numbers of the second kind can represent the total number of rhyme schemes for a poem of n lines. gives the number of possible rhyming schemes for n lines using k unique rhyming syllables. As an example, for a poem of 3 lines, there is 1 rhyme scheme using just one rhyme (aaa), 3 rhyme schemes using two rhymes (aab, aba, abb), and 1 rhyme scheme using three rhymes (abc).
Denote the n objects to partition by the integers 1, 2, ..., n. Define the reduced Stirling numbers of the second kind, denoted , to be the number of ways to partition the integers 1, 2, ..., n into k nonempty subsets such that all elements in each subset have pairwise distance at least d. That is, for any integers i and j in a given subset, it is required that . It has been shown that these numbers satisfy
(hence the name "reduced").[10] Observe (both by definition and by the reduction formula), that , the familiar Stirling numbers of the second kind.